All Subjects
Light
AP Computer Science A
A data type representing an array consisting only of boolean values (true or false). It allows storing multiple boolean values in a single variable.
Array: A container object capable of holding multiple values of the same data type.
Data Type: A classification that determines the type of data that can be stored in a variable.
Index: The position or location of an element within an array. Indexing starts from 0.